runtime.heapStatsDelta.largeAllocCount (field)

8 uses

	runtime (current package)
		arena.go#L966: 	atomic.Xadd64(&stats.largeAllocCount, 1)
		mcache.go#L242: 	atomic.Xadd64(&stats.largeAllocCount, 1)
		metrics.go#L224: 				hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeAllocCount)
		metrics.go#L601: 	a.totalAllocs = a.largeAllocCount
		mstats.go#L396: 	nMalloc := consStats.largeAllocCount
		mstats.go#L675: 	largeAllocCount uint64                  // number of large object allocations
		mstats.go#L697: 	a.largeAllocCount += b.largeAllocCount